home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6850 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Message-ID: <3162F136.5460@bailey.com>
  2. Date: Wed, 03 Apr 1996 16:44:22 -0500
  3. From: Robert Kilbertus <kilbertus@bailey.com>
  4. Organization: Elsag Bailey Process Automation
  5. X-Mailer: Mozilla 2.0 (WinNT; I)
  6. MIME-Version: 1.0
  7. Newsgroups: comp.sys.amiga.programmer
  8. Subject: Re: New programmer wants help
  9. References: <9603312220.AA000ih@harrison.demon.co.uk> <18000105759116710169@BIRDLAND> <9604022316.AA000j6@harrison.demon.co.uk> <4ju8n4$8aq@marti.uji.es>
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. NNTP-Posting-Host: kilbertus
  13. Path: diamond.bailey.com!
  14.  
  15. Acereda Macia Jorge wrote:
  16. > If you only need some example source, I think there're some
  17. > examples taken from the Rom Kernal Manuals in Aminet. It's
  18. > probably called *RKM*.lha :-) Look for it in the INDEX.
  19. > There should be some examples dealing with messages and ports.
  20.  
  21. There at least two examples of multitasking in Aminet that
  22. I know of. They are in:
  23.  
  24.     dev/src/MultiTasking.lha
  25.     dev/src/RKMcompanion.lha
  26.  
  27. If you are by chance using Manx C, compile and link the above
  28. examples with the large-code and large-data options.  Otherwise,
  29. they will not execute properly.  The default small code/data
  30. model used by Manx C uses the A4 register to store the address
  31. of an intermediate jump table. Spawned subtasks will not pick
  32. up this address without adding some extra assembly language
  33. code.  I just thought I'd mention this because it burned me
  34. bad a few years ago.
  35.